home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_REGENPROPS_H__50A23F73_7448_11D5_82CB_00C0DF038169__INCLUDED_)
- #define AFX_REGENPROPS_H__50A23F73_7448_11D5_82CB_00C0DF038169__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RegenProps.h : header file
- //
-
- class CRegenWizardAppWiz;
-
- /////////////////////////////////////////////////////////////////////////////
- // CRegenProps dialog
-
- class CRegenProps : public CAppWizStepDlg
- {
- // Construction
- public:
- CRegenProps(CRegenWizardAppWiz *pMain, CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CRegenProps)
- enum { IDD = IDD_REGENPROPS };
- CListBox m_listAll;
- CString m_strName;
- CString m_strValue;
- int m_iPropType;
- //}}AFX_DATA
-
-
- CRegenWizardAppWiz *m_pclsMain;
- CString m_strPropNames[100];
- CString m_strPropValues[100];
- int m_PropTypes[100];
-
- int m_iPropCount;
-
- void GenSrcCode();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRegenProps)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CRegenProps)
- afx_msg void OnButtonAdd();
- afx_msg void OnButtonRemove();
- afx_msg void OnButtonEdit();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_REGENPROPS_H__50A23F73_7448_11D5_82CB_00C0DF038169__INCLUDED_)
-